home *** CD-ROM | disk | FTP | other *** search
/ Champak 41 / Volume 41 - JOGO DISK .iso / Games / konka_66.swf / scripts / DefineSprite_136_yinyin / frame_1 / DoAction.as
Text File  |  2007-05-10  |  331b  |  17 lines

  1. var cc = _xscale;
  2. stop();
  3. this.onEnterFrame = function()
  4. {
  5.    this.swapDepths(100000 + _Y * 100 + id % 100);
  6.    _X = _parent.man._x;
  7.    _Y = _parent.man.ldd;
  8.    if(_parent.man._xscale == _parent.man.cc)
  9.    {
  10.       _xscale = cc;
  11.    }
  12.    if(_parent.man._xscale == - _parent.man.cc)
  13.    {
  14.       _xscale = - cc;
  15.    }
  16. };
  17.